Skip to content

Fix JSON output mode for syntax errors in parallel mode#21434

Merged
ilevkivskyi merged 1 commit intopython:masterfrom
AA-Turner:json-syntax-errors2
May 7, 2026
Merged

Fix JSON output mode for syntax errors in parallel mode#21434
ilevkivskyi merged 1 commit intopython:masterfrom
AA-Turner:json-syntax-errors2

Conversation

@AA-Turner
Copy link
Copy Markdown
Member

Follow-up from #21386, fixes #21370.

A

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

Copy link
Copy Markdown
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, thanks!

@ilevkivskyi ilevkivskyi merged commit 1804d87 into python:master May 7, 2026
24 checks passed
@AA-Turner AA-Turner deleted the json-syntax-errors2 branch May 7, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Syntax errors are not emitted in JSON format when using --output=json

2 participants